Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 _CLass_TCPClient, _Class_TCPClient
 _Class_TCPServer, _Class_TCPServer
B
 Broadcast, _Class_TCPServer
C
 ClientPropertyGet, _Class_TCPServer
 ClientPropertySet, _Class_TCPServer
 Connect, _Class_TCPClient
D
 Disconnect
 DisconnectAll, _Class_TCPServer
I
 IP2SocketID, _Class_TCPServer
 IsConnected, _Class_TCPClient
P
 Process
S
 Send
 Shutdown, _Class_TCPServer
 SocketID2hSocket, _Class_TCPServer
 SocketID2IP, _Class_TCPServer
 SocketIDList, _Class_TCPServer
 Startup, _Class_TCPServer
Class constructor
Class constructor
Send data to all connected clients
Get the value of a client’s extended property
Set an extended property of a client to a specified value
Try to connect to the server specified by server_ip and server_port
Disconnect from the server
Disconnect a specified client
Disconnect all connected clients.
Return the socket ID of a given client’s IP
Check if the client is connected to a server
Function that calls all the client’s callbacks when events occures (Receiving, Lost connection...)
Function that calls all the server callbacks when events occures (New client, Receiving...)
Send data (Binary/String) to the server
Send data (Binary/String) to a client
Disconnect all clients, and shutdown the server
Return the Socket Handle of a client’s Socket ID
Return the IP of a given client’s socket
Return a 1-based array of all currently connected client’s socket ID
Starts the server.
Close